home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_35864.txt < prev    next >
Text File  |  1990-08-07  |  3KB  |  158 lines

  1. -- card: 35864 from stack: in.0-2
  2. -- bmap block id: 36119
  3. -- flags: 0000
  4. -- background id: 10385
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   repeat with n = 1 to 3
  9.     show btn ("b" & n)
  10.   end repeat
  11. end closecard
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 2000
  17. -- rect: left=396 top=251 right=272 bottom=420
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1013 / 1013
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: 
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   lock screen
  29.   go next
  30.   unlock screen with wipe right
  31. end mouseUp
  32.  
  33.  
  34. -- part 2 (button)
  35. -- low flags: 00
  36. -- high flags: 2000
  37. -- rect: left=396 top=275 right=296 bottom=420
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 1014 / 1014
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: 
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   lock screen
  49.   go prev
  50.   unlock screen with wipe left
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 3 (button)
  56. -- low flags: 00
  57. -- high flags: 0001
  58. -- rect: left=171 top=146 right=177 bottom=237
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: b1
  67.  
  68.  
  69. -- part 4 (button)
  70. -- low flags: 00
  71. -- high flags: 0001
  72. -- rect: left=171 top=180 right=213 bottom=254
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: b2
  81.  
  82.  
  83. -- part 5 (button)
  84. -- low flags: 00
  85. -- high flags: 0001
  86. -- rect: left=171 top=216 right=249 bottom=317
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: b3
  95.  
  96.  
  97. -- part 6 (button)
  98. -- low flags: 00
  99. -- high flags: A004
  100. -- rect: left=130 top=153 right=169 bottom=162
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 174
  105. -- text size: 10
  106. -- style flags: 0
  107. -- line height: 13
  108. -- part name: 1988
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   lock screen
  112.   hide btn "b1"
  113.   unlock screen with wipe right slow
  114. end mouseUp
  115.  
  116.  
  117.  
  118. -- part 7 (button)
  119. -- low flags: 00
  120. -- high flags: A004
  121. -- rect: left=130 top=188 right=204 bottom=162
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 1
  125. -- font id: 174
  126. -- text size: 10
  127. -- style flags: 0
  128. -- line height: 13
  129. -- part name: 1989
  130. ----- HyperTalk script -----
  131. on mouseUp
  132.   lock screen
  133.   hide btn "b2"
  134.   unlock screen with wipe right slow
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 8 (button)
  140. -- low flags: 00
  141. -- high flags: A004
  142. -- rect: left=130 top=224 right=240 bottom=162
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 174
  147. -- text size: 10
  148. -- style flags: 0
  149. -- line height: 13
  150. -- part name: 1990
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   lock screen
  154.   hide btn "b3"
  155.   unlock screen with wipe right slow
  156. end mouseUp
  157.  
  158.